CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delphi kol

搜索资源列表

  1. Exe2bat(Delphi)

    0下载:
  2. Exe2Bat是挺早的一个小工具了(有ASM源码),能把任意文件转化成bat,可惜问题还是不少 我无聊用Delphi写个 (网上似乎还流传这VC/VB版本) 修正原版转化速度离奇慢/NT下不能运行/转化后Bat有误等问题 核心代码都在Exe2BatUnit.Pas里面 Demo程序我写了2个,一个是仿造原版Exe2Bat的命令行程序,HkeExeToBat是用KOL加界面的 注意: (1).bat遇到重名文件临时文件会不能删除(具体你试试就知道,喜欢的话你多
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:76643
    • 提供者:hke
  1. LockWin

    0下载:
  2. 采用Delphi+KOL编写的锁定键盘Windows键的小程序,编译后的代码小于20KB
  3. 所属分类:系统编程

    • 发布日期:2014-01-17
    • 文件大小:18329
    • 提供者:Ray Chao
  1. Soft20060208150859066

    0下载:
  2. Delphi Tiny_Shell 3k (普通版本+端口复用穿防火墙) Tiny_Shell 0.1 (普通版本)By Anskya 某天精神好了一点的时候写的,使用KOL+删除多余资源+清除PE重定位表+FSG压缩体积只有3k. 感谢那些提供Code和教程的GG and JJ们~~ ^_^~部分代码直接翻译C的shell Tiny_Shell.dpr 工程时最简单的shell采用匿名单管道设计,本来打算不用管道直接写的,但是怕连目录都无法显
  3. 所属分类:传真(Fax)编程

    • 发布日期:2008-10-13
    • 文件大小:13285
    • 提供者:byongs
  1. WPOLICY.ZIP

    0下载:
  2. 以前用delphi+kol写的监视工具,可以制定禁止某些程序的运行,如一些游戏的关键字。可通过网络升级数据库,也就是说在服务端一次更新关键字数据库,所有终端电脑同时更新。包内含有client和server的代码。-previously wrote Da surveillance tools could be developed to prohibit the operation of certain procedures, such as the keyword game. Through th
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:229470
    • 提供者:张罗
  1. RC4-Delphi.rar

    3下载:
  2. RC4 加密解密单元delphi版 附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。 函数名: Rc4_StrEncrypt() 描 述: RC4 Based string encryption 参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型); s_EncryptText ——待加密(解密
  3. 所属分类:Delphi VCL

    • 发布日期:2015-01-09
    • 文件大小:2169
    • 提供者:dll
  1. KOL.MCK

    0下载:
  2. 一、KOL是什么?KOL能做什么? MCK是什么?MCK能做什么? KOL是一套对象库,免费而且开放源代码,大家可以http://bonanzas.rinet.ru/去下载到 它。它能够使Delphi编出尺寸非常小的32位Windows图形用户界面的应用程序。 目前支持的Delphi版本:Delphi6,Delphi5,Delphi4,Delphi3和Delphi2。 使用KOL在D2-D5中编写的最小图形界面程序(只有一个窗体的空应用程序),只有13K左右。
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-29
    • 文件大小:11457801
    • 提供者:kenneth
  1. FastStrList

    0下载:
  2. TFastStrListEx is very similar to usual TStrListEx in KOL, but it is oriented to fast work without ansi strings at all. This allows to make applications 10 and more times faster then using ansi strings. Though, memory requirements for TFastStrList co
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:4806
    • 提供者:Roman
  1. ASK_Shell

    0下载:
  2. Tiny_Shell 0.1 (普通版本)By Anskya 某天精神好了一点的时候写的,使用KOL+删除多余资源+清除PE重定位表+FSG压缩体积只有3k. 感谢那些提供Code和教程的GG and JJ们~~ ^_^~部分代码直接翻译C的shell Tiny_Shell.dpr 工程时最简单的shell采用匿名单管道设计,本来打算不用管道直接写的,但是怕连目录都无法显示所以还是用了单管道,有个BUG-很明显的那种-就是,输入命令看不见但是可以运行,有兴趣自己改成双管道就可以
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:19012
    • 提供者:dangyujia
  1. Kolconv

    0下载:
  2. This Program converts your Standard Delphi Tools to KOL-Projects, which compile to a much better size and are a lot faster.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:25695
    • 提供者:vlad
  1. FakeVariants

    0下载:
  2. 配合KOL减小程序大小的系统文件,制造超级小程序的配套设施-Fake variants.pas unit for Delphi6/Delphi7. Place it in a directory with your KOL/MCK (or other non-VCL) project, and this will save about 70K of code in the executable. Certainly, do it so, if you actuall
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:616
    • 提供者:
  1. geometry

    0下载:
  2. KOL的几何函数库,详情请看代码,KOL可以帮助delphi做出极小的程序-geometry for KOL
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1077
    • 提供者:
  1. kolgdiplus

    0下载:
  2. KOL simple GDI+ components for Delphi, with full source code.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:579712
    • 提供者:ab65
  1. DeDe.3.10b.realy.complete.src

    0下载:
  2. DeDe is a very fast application that allows you to analyze executables compiled with Delphi 2,3,4,5,6 Builder,Kylix and Kol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:525677
    • 提供者:bo0oda
  1. kolftp

    0下载:
  2. FTP Client v.1.019 一个FTP客户端代码-his is a full FTP client written in Delphi with the KOL library. It is an example of how to avoid codebloat: it is less than 60-50KB depending from the way you compile.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:63895
    • 提供者:www
  1. mck

    0下载:
  2. Mirror Classes Kit - visual design-time package for KOL (Delphi 2 - Delphi 2010), with sources. MCK allows designing forms visually, though VCL is not used at run-time, only light-weight KOL objects.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:339495
    • 提供者:k0tt0d
  1. kol316

    0下载:
  2. KOL (Key Objects Library) v3.16 for Delphi Full Source. KOL - Key Objects Library is a set of objects to develop small-sized 32 bit Windows GUI applications using Delphi but without the VCL. KOL enables you to create very compact Windows32 GUI
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-25
    • 文件大小:407450
    • 提供者:Slayer
  1. mck315

    0下载:
  2. MCK (Mirror Classes Kit) v3.15 for Delphi Full Source. MCK is a kit of mirror classes for the VISUAL project development in Delphi environment using KOL library. Essence of idea of "mirror classes" is concluded in following. For each visually
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:206470
    • 提供者:Slayer
  1. RRC4-DelpphiC

    1下载:
  2. RC4 加密解密单元delphi版附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。函函数名: Rc4_StrEncrypt()描 述: RC4 Based string encryption参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型); s_En -RC4 encryption decryption unit annex to the d
  3. 所属分类:Windows Develop

    • 发布日期:2015-07-02
    • 文件大小:2048
    • 提供者:弯曲
  1. kol

    0下载:
  2. KOL真正适用的地方并不是在Windows下,而是在WinCE下,用它可以快速的开发出原生的WinCE程序(不使用.NET Framework)。而原生程序的运行效率是远远超出.NET的。KOL在CE下将会有很大的发展空间-KOL truly applicable not under Windows, but under WinCE, it can be quickly developed the native WinCE program (without using NET Framework
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-20
    • 文件大小:627010
    • 提供者:zhangxiaoyudaye
  1. FakeVariants

    0下载:
  2. 配合KOL减小程序大小的系统文件,制造超级小程序的配套设施-Fake variants.pas unit for Delphi6/Delphi7. Place it in a directory with your KOL/MCK (or other non-VCL) project, and this will save about 70K of code in the executable. Certainly, do it so, if you actually do not
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:938
    • 提供者:rw3baih
« 12 »
搜珍网 www.dssz.com